Will the program installed in a folder function properly if I remove the write permission in linux? [on hold]
Posted
by
Kevin Powell
on Stack Overflow
See other posts from Stack Overflow
or by Kevin Powell
Published on 2013-10-18T02:07:30Z
Indexed on
2013/10/19
3:55 UTC
Read the original article
Hit count: 112
I have a user account on a cluster( a server), and can only install program like python on the home folder. In case I might accidentally delete the bin, lib, share,include
folders coming with the installation of python on the home folder. I change the permissions of the above folder like this
chmod -w folder
but I am worried when the program need to write/delete some files of the folders, it might not function because the removal of write permission. Am I right? or I the run, including write files in the folder, of a program have permissions different than the permission of user.
BTW, is there a way to hide the folders without changing the names?
© Stack Overflow or respective owner